|
|
|
|
Cells Property, ItemClass Class |
Returns the item's cell collection.
Syntax ItemClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property Cells As CellCollectionClass |
C# |
public CellCollectionClass Cells { get; } |
C++ |
public: property CellCollectionClass^ Cells { |
Property Value
The cell collection.
Comments
The Cells property returns the item's cell collection.
Cells in the cell collection are displayed one for each defined column (Columns.Count). If there are fewer cells in the cell collection than columns, the remaining columns are empty. If there are more cells than columns, the extraneous cells are simply ignored.